projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb195f
)
Declare close_file_unwind.
author
Andreas Schwab
<schwab@suse.de>
Tue, 14 Sep 1999 08:29:51 +0000
(08:29 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 14 Sep 1999 08:29:51 +0000
(08:29 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 9c52c43717e359afdd8b48cbce2e78ed55f5a24e..534656c6244562e4d816c4477c6322f7246fd4c7 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2276,6
+2276,7
@@
EXFUN (Fwrite_region, 7);
EXFUN (Ffile_readable_p, 1);
EXFUN (Ffile_executable_p, 1);
EXFUN (Fread_file_name, 5);
+extern Lisp_Object close_file_unwind P_ ((Lisp_Object));
extern void report_file_error P_ ((char *, Lisp_Object));
extern int internal_delete_file P_ ((Lisp_Object));
extern void syms_of_fileio P_ ((void));